public enum Primitives extends Enum<Primitives> implements IsClass
| Enum Constant and Description |
|---|
_boolean |
_byte |
_char |
_double |
_float |
_int |
_long |
_short |
_void |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetSimpleNamepublic static final Primitives _void
public static final Primitives _boolean
public static final Primitives _byte
public static final Primitives _char
public static final Primitives _short
public static final Primitives _int
public static final Primitives _long
public static final Primitives _float
public static final Primitives _double
public static Primitives[] values()
for (Primitives c : Primitives.values()) System.out.println(c);
public static Primitives valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final boolean isPrimitive()
isPrimitive in interface IsTypepublic abstract String getObjectName()
public final IsType getEnclosingType()
getEnclosingType in interface IsTypepublic final String getPackage()
getPackage in interface HasQualifiedNamepublic final String getEnclosedName()
getEnclosedName in interface HasQualifiedNamepublic final String getQualifiedName()
getQualifiedName in interface HasQualifiedNameHasQualifiedName.getPackage() + "." + HasQualifiedName.getEnclosedName()public final Iterable<IsAnnotation> getAnnotations()
getAnnotations in interface HasAnnotationspublic final IsAnnotation getAnnotation(String name)
getAnnotation in interface HasAnnotationspublic final String toSignature()
toSignature in interface HasSignaturepublic final boolean isPublic()
isPublic in interface HasProtectionpublic final boolean isPrivate()
isPrivate in interface HasProtectionpublic final boolean isProtected()
isProtected in interface HasProtectionpublic final boolean isPackageProtected()
isPackageProtected in interface HasProtectionpublic final boolean hasModifier(int modifier)
hasModifier in interface HasModifierpublic final Iterable<IsMethod> getDeclaredMethods()
getDeclaredMethods in interface HasMethodspublic final int getModifier()
getModifier in interface HasModifierpublic final Iterable<IsMethod> getMethods()
getMethods in interface HasMethodspublic final IsMethod getMethod(String name, IsType... params)
getMethod in interface HasMethodspublic final IsMethod getMethod(String name, boolean checkErased, Class<?>... params)
getMethod in interface HasMethodspublic final Iterable<IsGeneric> getGenerics()
getGenerics in interface HasGenericspublic final IsGeneric getGeneric(String name)
getGeneric in interface HasGenericspublic final boolean hasGenerics()
hasGenerics in interface HasGenericspublic final Iterable<IsClass> getInterfaces()
getInterfaces in interface HasInterfacespublic final boolean hasInterface()
hasInterface in interface HasInterfacespublic final boolean isAbstract()
isAbstract in interface IsClasspublic final boolean isInterface()
isInterface in interface IsClasspublic final boolean isAnnotation()
isAnnotation in interface IsClasspublic final IsMethod getEnclosingMethod()
getEnclosingMethod in interface IsClasspublic final Iterable<IsClass> getInnerClasses()
getInnerClasses in interface IsClassCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.