issrg.gt4.util
Class Attribute

java.lang.Object
  extended by issrg.gt4.util.Attribute

public class Attribute
extends java.lang.Object

Author:
ls97

Field Summary
static int ACTION
           
static int ENVIRONMENT
           
static int RESOURCE
           
static int SUBJECT
           
 
Constructor Summary
Attribute(java.lang.String nameIn, java.lang.String dataTypeIn, int typeIn)
          Creates a new instance of Attribute
 
Method Summary
 java.lang.String getDataType()
           
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBJECT

public static int SUBJECT

ACTION

public static int ACTION

RESOURCE

public static int RESOURCE

ENVIRONMENT

public static int ENVIRONMENT
Constructor Detail

Attribute

public Attribute(java.lang.String nameIn,
                 java.lang.String dataTypeIn,
                 int typeIn)
Creates a new instance of Attribute

Method Detail

getName

public java.lang.String getName()

getDataType

public java.lang.String getDataType()

getType

public int getType()